From: Stefan Monnier Date: Tue, 5 May 2009 04:02:45 +0000 (+0000) Subject: (vc-delete-file): Add autoload cookie (bug#3209). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~661 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b1cb7647311979361652e380b0c22569326b9262;p=emacs.git (vc-delete-file): Add autoload cookie (bug#3209). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1e22efe30a..95807d53729 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-05-05 Stefan Monnier + + * vc.el (vc-delete-file): Add autoload cookie (bug#3209). + 2009-05-04 Miles Bader * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string diff --git a/lisp/vc.el b/lisp/vc.el index 6d1242b7640..77243192f78 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2138,6 +2138,7 @@ backend to NEW-BACKEND, and unregister FILE from the current backend. (throw 'found f))) (error "New file lacks a version control directory"))))) +;;;###autoload (defun vc-delete-file (file) "Delete file and mark it as such in the version control system." (interactive "fVC delete file: ")